home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / Suck Girls.swf / scripts / DefineSprite_51 / frame_12 / DoAction.as
Text File  |  2006-12-20  |  97b  |  10 lines

  1. var y = Math.random() * 2;
  2. if(y < 1)
  3. {
  4.    gotoAndPlay(1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(9);
  9. }
  10.